home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / start.ini < prev    next >
INI File  |  1995-02-15  |  12KB  |  291 lines

  1.  
  2. ; --------------------------------------------------------------------
  3. ;       Template DIRECTOR.INI file for Director 4.0 for Windows.
  4. ; --------------------------------------------------------------------
  5.  
  6. ; All of the settings shown here are commented-out in the original version 
  7. ; of the file.  To change a setting, you must remove the comment 
  8. ; character (";") at the beginning of the setting's line.
  9.  
  10. ; The values shown for each setting in the original file are Director's 
  11. ; internal defaults.  The default value for a setting is used when it 
  12. ; isn't explictly set in the .INI file or when no .INI file exists.  
  13. ; Since these defaults are already stored internally in the Director 
  14. ; application and projectors, it is *not* necessary to distribute this 
  15. ; file with your movie unless you change one or more of the settings.
  16.  
  17. ; For use with projectors, you must name your .INI file "<ProjectorName>.INI"
  18. ; rather than "DIRECTOR.INI" and place the file in the same directory as
  19. ; your projector executable. 
  20.  
  21.  
  22. [Memory]
  23. ExtraMemory=400
  24. ; Amount of kBytes over and above physical memory for use by a projector.
  25.  
  26. ;SwapFileMeg=0
  27. ; Amount of megabytes of SwapFile space to enable during authoring.
  28. ; Default is to allow swapfile space of up to 1/2 of the available 
  29. ; physical RAM.
  30.  
  31.  
  32.  
  33. [Graphics]
  34. Wing=0
  35. ; 0: Do not use WinG graphics accelerator.
  36. ; 1: Use WinG graphics accelerator software. This requires
  37. ;    certain system files to be installed. Projector size and memory 
  38. ;    usage may increase. See the documentation for details.       
  39.  
  40.  
  41.  
  42. [Palette]
  43. Animation=1
  44. ; 1: allows director to take control of the palette for fast palette effects
  45. ;    and transitions.
  46. ; 0: prevents director from taking control of the palette so other apps,
  47. ;    wallpaper etc. look better but palette effects and transitions will
  48. ;    be slower.
  49.  
  50.  
  51.  
  52. ; Global Sound Settings ------------------------------------------------
  53.  
  54. [Sound]
  55. ; Settings in the [Sound] section apply to all sound cards.
  56.  
  57. ;SpoolBufferAlloc=0 
  58. ; When to allocate spool buffers
  59. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  60. ; 1 means allocate spool once at startup and keep for entire session.
  61.  
  62. ;LowSpoolBufferMs=2500
  63. ; Length of one 8bit spool buffer, in milliseconds.
  64.  
  65. ;HighSpoolBufferMs=1500
  66. ; Length of one 16-bit spool buffer, in milliseconds.
  67.  
  68. ;SpoolBufferCount=2
  69. ; Number of spool buffers to use. Must range from 2 to 10.
  70.  
  71. ;MixMaxChannels=4
  72. ; Maximum number of channels supported by the sound mixer. The actual
  73. ; number you can mix depends on the processing power of your computer.
  74. ; Must range from 1 to 8.
  75.  
  76. ;MixWaveDevice=0 
  77. ; DeviceID of waveOut device to use for playing.
  78. ; Must range from 0 to (# of devices - 1).
  79.  
  80. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  81. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  82. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  83. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  84. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  85. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  86. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  87. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  88.  
  89. ;MixMaxFidelity=2
  90. ; Sets a limit on the fidelity of sound output. For best performance,
  91. ; choose the lowest value possible:
  92. ;  0 = 22.05k samples/sec, 8-bit, mono
  93. ;  1 = 22.05k samples/sec, 8-bit, stereo
  94. ;  2 = 44.1k samples/sec, 16-bit, stereo
  95.  
  96.  
  97. ; Default Sound Settings -----------------------------------------------
  98.  
  99. [Low Mono Default Sound]
  100. ; Settings in the [Low Mono Default Sound] section apply when the target
  101. ; output format is 22K, 8-bit, mono.  The target output format depends
  102. ; on the capabilities of the sound card as well as the setting of
  103. ; MixMaxFidelity.   These settings are used when the installed sound card
  104. ; is not known to Director and is not specified explictly in the
  105. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  106. ; Override sections will override these values for specific sound cards,
  107. ; or for all sound cards, respectively.
  108.  
  109. ;MixBufferMs=200
  110. ; Length of each mixing buffer, in milliseconds.
  111.  
  112. ;MixBufferBytes=0
  113. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  114. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  115. ; bytes rather than milliseconds.
  116.  
  117. ;MixBufferCount=4
  118. ; Number of mixing buffers to use. Must range from 2 to 16.
  119.  
  120. ;MixServiceMode=0
  121. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  122. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  123. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  124. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  125. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  126. ;         this mode is set, it is best to use MixBufferBytes to specify a
  127. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  128. ;         supported by all sound cards.
  129.  
  130. ;MixIntPeriodMs=200
  131. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  132.  
  133. ;MixIntResolutionMs=50
  134. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  135.  
  136.  
  137. [Low Default Sound]
  138. ; Settings in the [Low Default Sound] section apply when the target
  139. ; output format is 22K, 8-bit, stereo.  The target output format depends
  140. ; on the capabilities of the sound card as well as the setting of
  141. ; MixMaxFidelity.   These settings are used when the installed sound card
  142. ; is not known to Director and is not specified explictly in the
  143. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  144. ; Override sections will override these values for specific sound cards,
  145. ; or for all sound cards, respectively.
  146.  
  147. ;MixBufferMs=200
  148. ;MixBufferBytes=0
  149. ;MixBufferCount=4
  150. ;MixServiceMode=0
  151. ;MixIntPeriodMs=200
  152. ;MixIntResolutionMs=50
  153.  
  154.  
  155. [High Default Sound]
  156. ; Settings in the [High Default Sound] section apply when the target
  157. ; output format is 44K, 16-bit, stereo.  The target output format depends
  158. ; on the capabilities of the sound card as well as the setting of
  159. ; MixMaxFidelity.   These settings are used when the installed sound card
  160. ; is not known to Director and is not specified explictly in the
  161. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  162. ; Override sections will override these values for specific sound cards,
  163. ; or for all sound cards, respectively.
  164. ;MixBufferMs=200
  165. ;MixBufferBytes=0
  166. ;MixBufferCount=4
  167. ;MixServiceMode=0
  168. ;MixIntPeriodMs=200
  169. ;MixIntResolutionMs=50
  170.  
  171.  
  172.  
  173. ; Sound Card-Specific Settings -----------------------------------------
  174.  
  175. ;[Low Mono <SoundCardName>]
  176. ; Settings in this section apply when the target output format is
  177. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  178. ; output format depends on the capabilities of the sound card, as well
  179. ; as the setting of MixMaxFidelity.  You can have any number of these 
  180. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  181. ; with the actual name of the sound card you want to set defaults for.  
  182. ; To find the name of your card, launch the Sound Mapper application, 
  183. ; and look in the Playback field.  Director maintains a built-in table
  184. ; of settings for many popular sound cards.  Settings in this section take 
  185. ; precedence over Director's built-in settings.
  186. ;MixBufferMs=200
  187. ;MixBufferCount=4
  188. ;MixBufferBytes=0
  189. ;MixServiceMode=0
  190. ;MixIntPeriodMs=200
  191. ;MixIntResolutionMs=50
  192.  
  193.  
  194. [Low <SoundCardName>]
  195. ; Settings in this section apply when the target output format is
  196. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  197. ; output format depends on the capabilities of the sound card, as well
  198. ; as the setting of MixMaxFidelity.  You can have any number of these 
  199. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  200. ; with the actual name of the sound card you want to set defaults for.  
  201. ; To find the name of your card, launch the Sound Mapper application, 
  202. ; and look in the Playback field.  Director maintains a built-in table
  203. ; of settings for many popular sound cards.  Settings in this section take 
  204. ; precedence over Director's built-in settings.
  205. ;MixBufferMs=200
  206. ;MixBufferCount=4
  207. ;MixBufferBytes=0
  208. ;MixServiceMode=0
  209. ;MixIntPeriodMs=200
  210. ;MixIntResolutionMs=50
  211.  
  212.  
  213. ;[High <SoundCardName>]
  214. ; Settings in this section apply when the target output format is
  215. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  216. ; output format depends on the capabilities of the sound card, as well
  217. ; as the setting of MixMaxFidelity.  You can have any number of these 
  218. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  219. ; with the actual name of the sound card you want to set defaults for.  
  220. ; To find the name of your card, launch the Sound Mapper application, 
  221. ; and look in the Playback field.  Director maintains a built-in table
  222. ; of settings for many popular sound cards.  Settings in this section take 
  223. ; precedence over Director's built-in settings.
  224. ;MixBufferMs=200
  225. ;MixBufferBytes=0
  226. ;MixBufferCount=4
  227. ;MixServiceMode=0
  228. ;MixIntPeriodMs=200
  229. ;MixIntResolutionMs=50
  230.  
  231.  
  232.  
  233. ; Sound Override Settings ----------------------------------------------
  234.  
  235. [Low Mono Override]
  236. ; Settings in the [Low Mono Override] apply when the target ouput format
  237. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  238. ; of the sound card, as well as the setting of MixMaxFidelity.
  239. ; These settings will override Director's internal settings, any defaults
  240. ; specified in the Default Sound sections, as well as settings for specific 
  241. ; cards.  Change these settings only if you want to force Director to use
  242. ; certain values regardless of the sound card installed in the computer.
  243. ; It is not recommended that you modify these settings for movies which
  244. ; you are going to distribute, as they will override Director's internal
  245. ; settings which are already optimized for various sound cards.
  246. ;MixBufferMs=200
  247. ;MixBufferBytes=0
  248. ;MixBufferCount=4
  249. ;MixServiceMode=0
  250. ;MixIntPeriodMs=200
  251. ;MixIntResolutionMs=50
  252.  
  253. [Low Override]
  254. ; Settings in the [Low Override] apply when the target ouput format
  255. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  256. ; of the sound card, as well as the setting of MixMaxFidelity.
  257. ; These settings will override Director's internal settings, any defaults
  258. ; specified in the Default Sound sections, as well as settings for specific 
  259. ; cards.  Change these settings only if you want to force Director to use
  260. ; certain values regardless of the sound card installed in the computer.
  261. ; It is not recommended that you modify these settings for movies which
  262. ; you are going to distribute, as they will override Director's internal
  263. ; settings which are already optimized for various sound cards.
  264. ;MixBufferMs=200
  265. ;MixBufferBytes=0
  266. ;MixBufferCount=4
  267. ;MixServiceMode=0
  268. ;MixIntPeriodMs=200
  269. ;MixIntResolutionMs=50
  270.  
  271.  
  272. [High Override]
  273. ; Settings in the [High Override] apply when the target ouput format
  274. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  275. ; of the sound card, as well as the setting of MixMaxFidelity.
  276. ; These settings will override Director's internal settings, any defaults
  277. ; specified in the Default Sound sections, as well as settings for specific 
  278. ; cards.  Change these settings only if you want to force Director to use
  279. ; certain values regardless of the sound card installed in the computer.
  280. ; It is not recommended that you modify these settings for movies which
  281. ; you are going to distribute, as they will override Director's internal
  282. ; settings which are already optimized for various sound cards.
  283. ;MixBufferMs=200
  284. ;MixBufferBytes=0
  285. ;MixBufferCount=4
  286. ;MixServiceMode=0
  287. ;MixIntPeriodMs=200
  288. ;MixIntResolutionMs=50
  289.  
  290.